Import Dataset

let's check the shape of the dataframe

Select needed columns

Change the type of columns

Pick out the tweet text

Removing URLs from Tweets

Converting all tweets to lowercase

Remove punctuations

Remove stopwords

Create a bog list of words out of all the tweets

Put the clean task in main dataframe

Sentimental Analysis

get the polarity scores for each tweets

Labelling the scores based on the compound polarity value

Join 2 dataframes

Plotting the sentiment score count